UniDAC

TUniTransaction Methods

Methods of the TUniTransaction class.

For a complete list of the TUniTransaction class members, see the TUniTransaction Members topic.

Public

Name Description

AddConnection

Binds a TCustomDAConnection object with the transaction component.

Commit (inherited from TDATransaction)

Commits the current transaction.

CommitRetaining

Stores to the database server all changes of data associated with the transaction permanently and then retains the transaction context.

RemoveConnection

Disassiciates the specified connections from the transaction.

Rollback (inherited from TDATransaction)

Discards all modifications of data associated with the current transaction and ends the transaction.

RollbackRetaining

Rolls back all data changes associated with the transaction and retains the transaction context.

StartTransaction (inherited from TDATransaction)

Begins a new transaction.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback